home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CreatingGames / Utilities / C / Mesa / src-aux / image.c < prev    next >
Encoding:
C/C++ Source or Header  |  1996-03-05  |  226 b   |  13 lines

  1. #include "gltk.h"
  2. #include "glaux.h"
  3.  
  4. #if defined(__cplusplus) || defined(c_plusplus)
  5. #define class c_class
  6. #endif
  7.  
  8.  
  9. AUX_RGBImageRec *auxRGBImageLoad(char *fileName)
  10. {
  11.     return (AUX_RGBImageRec *)tkRGBImageLoad(fileName);
  12. }
  13.